home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / ralston.zip / RALSTON.DOC next >
Text File  |  1992-05-29  |  16KB  |  244 lines

  1.                       ╔════════════════════════════╗
  2.                       ║  ┌─┐┌─┐┬  ┌─┐┌─┬─┐┌─┐├─┐   ║
  3.                       ║  │ ││ ││  │    │  │ ││ │   ║
  4.                       ║  │ ││ ││  │    │  │ ││ │   ║
  5.                       ║  │ ││ ││  │    │  │ ││ │   ║
  6.                       ║  ├┬┘├─┤│  └─┐  │  │ ││ │   ║
  7.                       ║  │└┐│ ││    │  │  │ ││ │   ║
  8.                       ║  │ ││ ││    │  │  │ ││ │   ║
  9.                       ║  ┴ ┴┴ ┴┴─┘└─┘  ┴  └─┘┴ ┴   ║
  10.                       ║                            ║
  11.                       ╚════════════════════════════╝
  12.  
  13.                                RALSTON.EXE
  14.  
  15.                                VERSION 1.03
  16.  
  17.           Contributed to the public domain on May 29, 1992 by
  18.            Alan Graff, P. O. Box 131, Wheelersburg, OH 45694
  19.  
  20.    RALSTON is a utility program to scan the system log created by
  21.    Remote Access BBS and extract the name of the last caller.  This
  22.    name (up to 30 characters) is patched into the LASTCALL.FD record
  23.    kept by Front Door.  By doing this, the system operator can tell
  24.    at a glance who the last call to his system was from.
  25.  
  26.    This version of RALSTON will operate with either standard RA
  27.    format system logs or "compressed" Front Door style logs.
  28.  
  29.    RALSTON may be executed anywhere on your system so long as the
  30.    proper paths and file names are passed to the program as indicated.
  31.  
  32.    Simply type RALSTON, then the full path AND NAME of your system log
  33.    and the full path to LASTCALL.FD and press return to execute the program
  34.    from DOS.
  35.  
  36.    To include RALSTON in a batch file, place it in your batch file
  37.    just behind the command to return to Front Door after exiting the
  38.    BBS.
  39.  
  40.    This version includes a filter switch.  Use -F as a third parameter
  41.    and RALSTON will check the user name before it moves it into the
  42.    LASTCALL.FD record.  If the name contains any characters above an
  43.    ASCII value of 127 it will exit without doing the move.  The switch
  44.    must be entered as a CAPITAL (-f will not be recognized).  This
  45.    parameter is an option and may be omitted.
  46.  
  47.    Command syntax is:
  48.  
  49.    RALSTON <DRIVE:\PATH\LOGNAME.EXT> <DRIVE:\PATH\> [-F]
  50.            └─┬─────────────────────┘ └─────┬──────┘ └┬─┘
  51.              │                             │         └─ Filter switch
  52.              │                             └── Full path to LASTCALL.FD
  53.              └── Full path and name of system log
  54.  
  55.    EXAMPLE:
  56.  
  57.         RALSTON C:\RA\SYS.LOG  C:\FD\  -F
  58.  
  59.    RALSTON was written specifically for Remote Access BBS and FRONT
  60.    DOOR.  It definately will not work with SuperBBS and may not work with
  61.    QuickBBS or other lookalikes due to minor differences in how the log
  62.    file is worded.  Specifically, the words " on-line at " must appear in
  63.    the log-in entry and be in LOWER CASE letters.
  64.  
  65.    I have had several requests from users to add an option to move
  66.    time, date and other information from the log into LASTCALL.FD.
  67.    The next version of RALSTON may support these features as optional
  68.    command line switches.
  69.  
  70.    A version of this program for SuperBBS is available from Cross Connect
  71.    under the file name LAST2FD.LZH.
  72.  
  73.         ╔═══════════════════════════════════════════════════════════╗
  74.         ║                                                           ║
  75.         ║          │██████ │██████ │██████ │██████ │██████          ║
  76.         ║          │██░░░░░│██░░██░│██░░██░│██░░░░░│██░░░░░         ║
  77.         ║          │██░    │██████░│██░ ██░│██████ │██████          ║
  78.         ║          │██░    │██░██░░│██░ ██░ │░░░██░ │░░░██░         ║
  79.         ║          │██████ │██░ ██ │██████░│██████░│██████░         ║
  80.         ║           │░░░░░░ │░░  ░░ │░░░░░░ │░░░░░░ │░░░░░░         ║
  81.         ║                                                           ║
  82.         ║ │██████ │██████ │██   ██ │██   ██ │██████ │██████ │██████ ║
  83.         ║ │██░░░░░│██░░██░│███  ██░│███  ██░│██░░░░░│██░░░░░ │░██░░░║
  84.         ║ │██░    │██░ ██░│██░█ ██░│██░█ ██░│████   │██░       ██░  ║
  85.         ║ │██░    │██░ ██░│██░ ███░│██░ ███░│██░░░  │██░       ██░  ║
  86.         ║ │██████ │██████░│██░  ██░│██░  ██░│██████ │██████    ██░  ║
  87.         ║  │░░░░░░ │░░░░░░ │░░   ░░ │░░   ░░ │░░░░░░ │░░░░░░    ░░  ║
  88.         ║                                                           ║
  89.         ║      Other programs from Cross Connect as of May 1992     ║
  90.         ║                                                           ║
  91.         ╚═══════════════════════════════════════════════════════════╝
  92. ┌─────────────────────────────────────────────────────────────────────────────┐
  93. │ BUCCANEER DOOR                                                              │
  94. ├─────────────────────────────────────────────────────────────────────────────┤
  95. │ BUCK210.LZH  Buccaneer.  This is a BBS pirate door game for SuperBBS,       │
  96. │              QuickBBS and Remote Access.  Will run on about any BBS         │
  97. │              software that creates either DORINFO1.DEF or DOOR.SYS.         │
  98. │              Certain patches are required to make this version run on       │
  99. │              Remote Access 1.10 or higher.                                  │
  100. │              Players roam about a 13 X 13 grid, sinking treasure ships      │
  101. │              and othe players, collecting as much treasure as possible      │
  102. │              to be the top captain.  Each game lasts 1 month.  Top          │
  103. │              score for previous month is posted on high-score list.         │
  104. │                                                                             │
  105. │ BUCKBUGS.LZH This file describes various problems that have been noted      │
  106. │              in the current version of Buccaneer and includes instructions  │
  107. │              on how to make corrections.                                    │
  108. │                                                                             │
  109. │ BUCKNEW.210  What's new file for Buccaneer Version 2.10.  This file is      │
  110. │              included in the BUCK210.LZH file.                              │
  111. │                                                                             │
  112. │ BUCKOUT.LZH  Manual user killer for old versions of Buccaneer. Not          │
  113. │              required for version 2.02 or higher.                           │
  114. │                                                                             │
  115. │ BUCKKILL.LZH Automatic user killer for old versions of Buccaneer.  Not      │
  116. │              required for version 2.02 or higher.                           │
  117. │                                                                             │
  118. └─────────────────────────────────────────────────────────────────────────────┘
  119. ┌─────────────────────────────────────────────────────────────────────────────┐
  120. │ CROSSOVER DOOR                                                              │
  121. ├─────────────────────────────────────────────────────────────────────────────┤
  122. │ CO101A.LZH   Crossover Door.  This door permits you to "roll your own" door │
  123. │              by using any ASCII text editor to create script files that  it │
  124. │              interprets.  Very easy to use, will work with SuperBBS, Quick  │
  125. │              or Remote Access 1.04 or earlier.                              │
  126. ├─────────────────────────────────────────────────────────────────────────────┤
  127. │ Script files for CrossOver                                                  │
  128. │ JOURNAL.LZH  Sysop's journal. Keep a diary of your BBS operation.           │
  129. │ MATCH.LZH    Match Game. Be the last to take a match.                       │
  130. │ PETE.LZH     Pete's lost maze game.                                         │
  131. │ TOM.LZH      Tom The Cat. Let your users write a soap opera.                │
  132. │ BBSLIST.LZH  Let users enter or view information about other bulletin       │
  133. │              boards.                                                        │
  134. └─────────────────────────────────────────────────────────────────────────────┘
  135. ┌─────────────────────────────────────────────────────────────────────────────┐
  136. │ MSDOOR                                                                      │
  137. ├─────────────────────────────────────────────────────────────────────────────┤
  138. │ MSDOOR.LZH   MSDOOR 1.10                                                    │
  139. │              This  is an  online  text  reader for  Morning  Star Magazine. │
  140. │              Morning Star is an electronic magazine for Christians which is │
  141. │              issued monthly on several  communications  networks  including │
  142. │              America On-Line, Genie,  Compuserve,  Delphi and  numerous BBS │
  143. │              systems  around  the  world.   Each  issue  contains  multiple │
  144. │              articles on a variety of subjects.                             │
  145. │              This  door  permits  you  to display the magazine in an online │
  146. │              environment, letting users browse several issues and read  any │
  147. │              articles they select.  Supports table of contents  and article │
  148. │              listings that permit readers to go directly to the  areas that │
  149. │              interest them instead of having to read  the entire file  from │
  150. │              beginning to end.  Users may scroll forward and reverse in any │
  151. │              article and download text of an individual article from inside │
  152. │              the door.                                                      │
  153. │              MSDOOR supports exit files created by all versions of Remote   │
  154. │              Access and SuperBBS plus recent versions of QuickBBS, Spitfire,│
  155. │              WWIV, Wildcat and others.                                      │
  156. ╞═════════════════════════════════════════════════════════════════════════════╡
  157. │ Morning Star Files                                                          │
  158. │ The  following  files are not Cross Connect products, but are included for  │
  159. │ information and are available from Cross Connect.  No charge for for these  │
  160. │ files if you will send 1 floppy disk for each file for them to be returned  │
  161. │ to you on, NO High-Density disks, please.                                   │
  162. ├─────────────────────────────────────────────────────────────────────────────┤
  163. │ MSTAR.LZH    Morning Star file reader for IBM. *REQUIRED* to read data      │
  164. │              files in an offline environment.                               │
  165. │              A version for Windows is also available.                       │
  166. │ OCT1991.ZIP  Oct. 1991 - First issue                                        │
  167. │ NOV1991.ZIP  Nov. 1991 - Healing                                            │
  168. │ DEC1991.ZIP  Dec. 1991 - Testimony from former homosexuals                  │
  169. │ JAN1992.ZIP  Jan. 1992 - Christian education                                │
  170. │ FEB1992.ZIP  Feb. 1992 - Ministers                                          │
  171. │ MAR1992.ZIP  Mar. 1992 - Relationships                                      │
  172. │ APR1992.ZIP  Apr. 1992 - Prison Ministries                                  │
  173. │ MAY1992.ZIP  May. 1992 - Israel                                             │
  174. └─────────────────────────────────────────────────────────────────────────────┘
  175. ┌─────────────────────────────────────────────────────────────────────────────┐
  176. │ Miscellaneous Utilities for BBS operations                                  │
  177. ├─────────────────────────────────────────────────────────────────────────────┤
  178. │ FAKEBAUD.LZH Change "0" baud local calls to another value in SuperBBS's     │
  179. │              SCALLERS.BBS record.                                           │
  180. │                                                                             │
  181. │ DELBRACK.LZH  Remove download counters from FILES.BBS listings.             │
  182. │                                                                             │
  183. │ JAM.LZH      Just A Minute.  1 minute batch file delay utility. Permits     │
  184. │              manual override.                                               │
  185. │                                                                             │
  186. │ LOGPK1_0.LZH Renames SYSTEM.LOG to a dated file and puts it in an archive.  │
  187. │                                                                             │
  188. │ NUMKEYS.LZH  Turn NUM LOCK on or off in your batch file.                    │
  189. │                                                                             │
  190. │ PURGE.LZH    Remove unwanted information  from SuperBBS  SYSTEM.LOG  files. │
  191. │              Two separate  programs  in this  archive, one will  remove any │
  192. │              line containing data specified by a parameter passed  from the │
  193. │              DOS prompt.  The second program  will remove  an entire online │
  194. │              session  based  on any data  located in the first  line of the │
  195. │              session such as user name or baud  rate.  Combined, they  make │
  196. │              a powerful  team that can remove a  lot  of nag-ware  prompts, │
  197. │              sysop log-ins, etc. that tend to fill up  a log with worthless │
  198. │              information.                                                   │
  199. │                                                                             │
  200. │ RNDERR.LZH   Generate random error level in a batch file.                   │
  201. │                                                                             │
  202. │ STOPLOOP.LZH Prevent an endless loop from occuring in a batch file.         │
  203. │                                                                             │
  204. │ STRIPIT.LZH  Strip control characters from a file.                          │
  205. │                                                                             │
  206. │ APHOS.LZH    Christian aphorisim file for SuperBBS 1.15+                    │
  207. │                                                                             │
  208. │ NOBOOT.LZH   5 second delay to permit manual override of a batch file       │
  209. │                                                                             │
  210. │ DOORLOCK.LZH Lock a door after x times                                      │
  211. │                                                                             │
  212. │ KILLOFF.LZH  Remove "OFF-LINE" commented files from a file list             │
  213. │                                                                             │
  214. └─────────────────────────────────────────────────────────────────────────────┘
  215. ┌─────────────────────────────────────────────────────────────────────────────┐
  216. │ Other stuff                                                                 │
  217. ├─────────────────────────────────────────────────────────────────────────────┤
  218. │ SKYLAB04.LZH Print diskette labels on standard mailing labels.              │
  219. │              Shows files on disk, disk title line & 4 comment lines.        │
  220. │              Epson compatible printer req.                                  │
  221. │                                                                             │
  222. └─────────────────────────────────────────────────────────────────────────────┘
  223. ┌─────────────────────────────────────────────────────────────────────────────┐
  224. │ On the way                                                                  │
  225. ├─────────────────────────────────────────────────────────────────────────────┤
  226. │ An upgrade to MSDOOR to support the Windows version of the data base.       │
  227. │                                                                             │
  228. │ Look for a total re-write of Buccaneer some time in the fall or early       │
  229. │ winter of 1992.  This version will be written to run on RA without patches. │
  230. └─────────────────────────────────────────────────────────────────────────────┘
  231.  
  232.                               Cross Connect BBS
  233.                           24 hours, 1200-9600 V.32
  234.                           Telephone (614) 776-7136
  235.  
  236.   All files shown above may be file requested from any of the following nodes:
  237.  
  238.                               FidoNet 1:2260/50
  239.                               EchoNet 50:6606/50
  240.                               ICDMNet 77:100/50
  241.                               DoorNet 75:7614/102
  242.  
  243.                       For a full listing, request "FILES"
  244.